About 736,000 results
Open links in new tab
  1. Character Resizer (R6 and R15) - Community Resources - Roblox

    Nov 24, 2021 · I made a module script which allows to resize character Here are videos of me resizing two characters (R6 and R15) Making the character bigger Making the character …

  2. How to scale a UI by using scripts? - Roblox

    Sep 7, 2019 · By using scripts, how do I scale the Frame from this: To this? I also want them to be positioned in the center of the screen while being scaled. The current size of the original frame …

  3. Shrinking/Changing Player Size with a Script - Roblox

    Apr 27, 2020 · Hi there,my name is Leon and I am very new at scripting,I have been trying to change a player’s size when they touch a part with any of their body parts. I have tried looking …

  4. How to I increase the size of a player - Roblox

    Nov 8, 2020 · How to I increase the size of a player Help and Feedback Scripting Support xDeltaXen (xDeltaXen) November 8, 2020, 5:01pm

  5. How do I resize a model with a script - Roblox

    Jan 20, 2021 · I’ve been trying to resize a model with a script but every time I run my script every thing resizes unevenly any advise would be helpful.

  6. Resizing parts with scripts - Scripting Support - Roblox

    Feb 25, 2021 · I basically just forgot how to resize parts using scripts. Can anyone tell me how?

  7. How to change Frame size with a script? - Roblox

    Dec 29, 2024 · This is my first post as well! Sorry if there’s formatting issues with my reply. There’s a few problems I noticed with your script. You’re changing the size using …

  8. How to create scrolling frames that automatically size ... - Roblox

    Dec 24, 2021 · UpdateCanvasSize(script.Parent, script.Parent.UIGridLayout) Now, once the function runs, you should have a nicely sized scrolling frame that doesn’t have a bunch of …

  9. Trying to make a script to change the size and shape of parts

    Jan 22, 2023 · Use Vector3.new(X,Y,Z) like so: workspace.Part.Size = Vector3.new(1,1,1) Position and Size are Vector3 values. Oh yeah I suggest to do some research into CFrames …

  10. How To Change The Size Of A Model - DevForum | Roblox

    Jun 14, 2020 · Crazyman32 made a script that could work: Is this the best way to scale a model? Scripting Support Edit 2023: We now have the Model.Scale property! As well as …