main.lua
main.lua
menu/rayfield'))()
Rayfield:Notify({
Title = "You executed the script!",
Content = "very good gui",
Duration = 5,
Image = nil,
Actions = { -- Notification Buttons
Ignore = {
Name = "Okay!",
Callback = function()
print("The user tapped Okay!")
end
},
},
})
if game:GetService("UserInputService").TouchEnabled then
game:GetService("UserInputService").JumpRequest:Connect(function()
humanoid =
game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass('Humanoid')
humanoid:ChangeState('Jumping')
wait()
humanoid:ChangeState('Seated')
end)
end
end,
})
end,
})