Why won't this work - Roblox Forum

[CODE lang="lua" title="game.Players.Player"]char = game.Workspace:WaitForChild(script.Parent) char:WaitForChild("Humanoid").Running:Connect(function(speed) script.Parent.PlayerGui.ScreenGui.TextLabel.Text = "Speed: "..math.round(speed) speed = speed + 10 char.Body.car.Playing = true char.Body.car.Volume = speed/10 end) [/CODE] It's supposed to be a system for a speedometer and car engine sounds πŸ’ŽπŸ’ŽπŸ’ŽFree ROBUXπŸ’ŽπŸ’ŽπŸ’Ž
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?