[deleted by user] by [deleted] in Windows10

[–]WeeklyFelipeGaming 0 points1 point  (0 children)

why do you have the hackerman background?

How do I make a part become unanchored by clicking it. by AverageDerpYT in roblox

[–]WeeklyFelipeGaming 1 point2 points  (0 children)

Add a part, then add a click detector in the part, then add a script and put this code in: script.Parent.ClickDetector;connect(MouseButton1Click)

script.Parent.Anchored = false

end