Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

So I was scripitng something and I came across this please help me?

Asked by 2 years ago
Edited 2 years ago

local player = game.Players.LocalPlayer local MarketplaceService = game:GetService("MarketplaceService") function onChatted(message, player) if message == "/sg Toolname" and if MarketplaceService:UserOwnsGamePassAsync(player.UserId,13863425) then ---- enter the tool name u have in lighting game.Lighting.Toolname:Clone().Parent else game.player.Backpack

then

end game.Players.PlayerAdded:Connect(function(player) player.Chatted:connect(function(message) onChatted(message, player)end)

end)

0
Please format script correctly. Sabailuridze 126 — 2y

1 answer

Log in to vote
-1
Answered by
enes223 327 Moderation Voter
2 years ago

hey you! have you ever heard of enes? if you are in trouble, better call enes!

Ad

Answer this question