#how to add ticks delay
1 messages · Page 1 of 1 (latest)
Looks like runTimeout() is what you’re after.
isn't it setTimeout() or it is runTimeout()
Thank youu
setTimeout() won’t work in this API. You’ll need to use runTimeout(), which is a method under the System Class (i.e. import System and then use system.runTimeout() …). See here for more info: https://learn.microsoft.com/en-us/minecraft/creator/scriptapi/minecraft/server/system?view=minecraft-bedrock-stable