How to make Part Go Down when i Touch That Part [LocalScript]

I am kind of confused i do not think i’ll be able to help :sweat_smile: .

do you want TweenService?

Note: Roblox recommends using game:GetService("Workspace") because it is the safest option because it ensures that the Workspace service exists. If the service were to be renamed or removed (which is uncommon for Workspace but possible for other services), this method would prevent errors in your script. In contrast, using game.Workspace or workspace could lead to errors if the service is not found.

2 Likes