#touch a part to open gui

7 messages · Page 1 of 1 (latest)

shy comet
#

Use .Touched for the part where the player touches the part

#

Upon .Touched use remote events and fire to the client touching it

#

Receive the fired remote event from a localscript and open the GUI

#

for the animation part use TweenService

#

or you could also just put everything in 1 localscript instead and not use remote events

#

your choice

woven parcel
#

Im totally New in script and gui so i dont know what to do