MADE BY bocoor
FEATURE:
- DEV GUI
- .
- https://www.roblox.com/games/9441266322/The-Rake-REMASTERED-Kill-Test
SCRIPT:
game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key)
if key == 'l' then
game:GetService("Players").dounodawae20.PlayerGui.DevGUI.Frame.Visible = true
end
end)
game.Players.LocalPlayer:GetMouse().KeyUp:Connect(function(key)
if key == 'l' then
game:GetService("Players").dounodawae20.PlayerGui.DevGUI.Frame.Visible = false
end
end)