Joshua
1
Alright, so basically, I want to make a GUI constantly move into random positions but I wanted it to be in a certain area of where it moves.
This is what I so far have:
local Logo = script.Parent
while true do
Logo.Position = UDim2.new()
I know I can just type random in the Udim2 scale, but then it moves everywhere, is there a way for it to move in a certain area only?
Thanks! <3
Noah
2
Set limits, what is the reason you need it?
Joshua
3
At the moment, I am creating an introduction to a horror game, and I sort of want the text to look like it’s possessed or something like that.
But if I have it go all around the screen it’s going to look very weird.
Noah
4
Have you considered other effects?
Joshua
5
Yes, I have considered other affects for the logo, but I figured that one would look the best.
Noah
6
If you want it truly random you can create randoms:
system
Closed
7
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.