I just want to see how it's done. You don't have to make the script I just want to know how it looks such as connect:onTouch(function), FindFirstChild. This is how I think it would be done, but just tell me how it would be done please?
local SP = game.Workspace.SpawnLocation.connect:OnTouch(function)
I have no idea afterwards...Pathetic I know, but please help me!
Yes it is Possible, just need to place the event
correctly.
workspace.SpawnLocation.Touched:connect(function(hit) -- code end)