Hello.
I tried using task.delay() to delay for 0.5 seconds and then print a message and enable a proximity prompt.
But nothing was printed, and might as well proximity prompt stays disabled.
Did I make anything wrong or misunderstood?
Here is my script
task.delay(0.5,function()
print("0.5 second elapsed.")
Model.Handle.ProximityPrompt.Enabled=true
end)
Thanks in advance!
Sorry for bad English though.