2・Config

All are fully explained directly in our config file.
But you can check this channel to see what's you have in it.
How to use our script ?
Just simply write /roller to use it and leave them ! https://www.youtube.com/watch?v=Xqruwj6JNyQ&t=1s
About our config
You can config the max speed, the speed sprint, the jump heigh...
Config = {
MaxSpeedKmh = 20,
MaxSpeedSprintKmh = 35,
maxJumpHeigh = 5.0,
LoseConnectionDistance = 50.0,
But the only things who will interest you there is the slot config for the roller shoes displayed ingame - If you don't have the roller/ice shoes ingame: Maybe you didn't put the right slot in our config file. Find the clothes in your clothing shop, and put the slot in the config. - If you don't find the roller/ice shoes in your clothing shop: Maybe you have modded clothes who replace them. Find the cloth who replace them, and delete or rename it (your modded clothe) and all should works. You can find the name of all the vanilla clothes there: https://tobii.space/ is very usefull.
-- The slot defined here must be the same slot where you find the roller shoes in your clothing menu (some offset can be needed +1 -1)
-- For example, in your clothing menu if you are a men and the roller shoes are the slot 44 then in the config the slot RollerSlotHomme
-- should be 44 (again sometimes if you have a lot of addon cloth you can have an offset +1 -1 on it so perhaps 43 or 45)
RollerSlotHomme = 7, -- Model Slot for men
RollerSlotFemme = 3, -- Model Slot for women
RollerColorHomme = 2, -- Color for men
RollerColorFemme = 0, -- Color for women
ICERollerSlotHomme = 1, -- Model Slot for men
ICERollerSlotFemme = 1, -- Model Slot for women
ICERollerColorHomme = 4, -- Color for men
ICERollerColorFemme = 5, -- Color for women
If you want to make the roller shoes used by your inventory or any other way than a command, check at the end of our config
UseCommands = true -- this is the defaut state of the script, if true you can access to the roller by doing /iceroller or /roller
UseCommandsLeave = true -- this is the defaut state of the script, if true you can take off roller/iceroller by doing /leave
-- If commands are disable you can access to the roller by 2 event : pata_roller:iceroller and pata_roller:roller they work exactly the same has the commands
-- so if you trigger pata_roller:iceroller you will put your iceroller on your foot, if your doing a second trigger on this event the shoes are taken off
-- pata_roller:leaveroller is the last event, it just remove the shoes / iceshoes (if you have it)
Our script is unencrypted so feel free to change anything inside ! (There's no support if you modify/broke our script)

Last updated