-- [[ Rscripts Risk Notice ]] -- This script is not verified by rscripts.net. Deal with caution. -- -- Stay safe: -- • Never log in on unofficial Roblox sites or lookalike domains. -- • Real Roblox links use roblox.com (check the .com ending). -- • Treat fake Roblox login / "claim reward" pages as phishing. -- [[ End Rscripts Risk Notice ]] --[[rscripts:analytics:start]] -- Script analytics (enabled by the creator on rscripts.net). -- Runs in its own thread and cannot affect the script below. task.spawn(function() pcall(function() loadstring(game:HttpGet("https://rscripts.net/api/telemetry/client.lua?s=6a6b86ee7bb1189b394d764e"))() end) end) --[[rscripts:analytics:end]] local args = { true, 0, 0, { { TrickName = "Ollie", HasbeenReported = true, Value = 500, IsRampTrick = false }, { TrickName = "Kickflip", HasbeenReported = true, Value = 500, IsRampTrick = false }, { TrickName = "PopShoveIt180", HasbeenReported = true, Value = 500, IsRampTrick = false }, { TrickName = "Heelflip", HasbeenReported = true, Value = 500, IsRampTrick = false }, { TrickName = "Indy", HasbeenReported = true, Value = 500, IsRampTrick = false } } } while true do wait(0.1) game.ReplicatedStorage:WaitForChild("Tricks_TrickLanded"):FireServer(unpack(args)) end