#custom command only works sometimes????
1 messages · Page 1 of 1 (latest)
done
you might want to check F9 > Server for any errors in your live gameservers
also you can switch game.Players and any service indexing you do with with service.* in adonis (so game.Workspace -> service.Workspace, game.Players -> service.Players, etc)
you also might want to switch player.character -> player.Character
and also probably change how you move the character to one of the functions that the Character (Model) has:
https://create.roblox.com/docs/reference/engine/classes/Model#MoveTo
https://robloxapi.github.io/ref/class/Model.html#member-MoveTo
also to add: nice omori
tried taht
thank you
the move system I have all works well and it works perfectly fine in my testing game, which confuses me
uhg I cant test shit with team test
I need to find someone who can do my bidding
You have to add ```lua
server.Admin.CacheCommands()
i thought adonis already does this when you trigger the commands __newindex metatable
i guess not
Will try,
I'ma got I sleep tho
Will post result after
I was sick lol
i do it now
@lunar ledge okay I think its working but
another bug
could be related to the fly code, might look into it when i have the time