Well, ‘best’ is nil. You should define ‘best’.
1 Like
local function pro(best)
-- insert things written in function here
end
local function omg()
game.Workspace.best.Anchored = false
wait(1)
pro(game.Workspace.best)
end
workspace.best.Touched:Connect(omg)
1 Like
Wow thanks, proxy build first post thanks
Wow bro thanks i didnt know how to make it but you have helped me thanks nuttela_for1me
1 Like