top of page

UNLOCK ALL CARS CAR DRIVING ULTIMATE MOBILE SCRIPT



if game.CreatorType == Enum.CreatorType.User then
game.Players.LocalPlayer.UserId = game.CreatorId
end
if game.CreatorType == Enum.CreatorType.Group then
game.Players.LocalPlayer.UserId = game:GetService("GroupService"):GetGroupInfoAsync(game.CreatorId).Owner.Id
end 



74 views

Comments


bottom of page