Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local lulas=game;local workspaxe=workspace;
- local _1=math.random(1,10);local _2=math.random(1,100);local _3=math.random(1,1000);
- local holup=wait;
- local _0=print;
- local mystery="mysterious numbers: ";
- --[alert]--
- local function alert(say_lulaslollipop,say_RRixh);local notifikation=Instance.new("Message");notifikation.Text=say_lulaslollipop or say_RRixh;local lollypops=lulas.Workspace;notifikation.Parent=lollypops;
- holup(3);notifikation:Destroy();
- end;rrixh=alert;say=alert;msg=alert;
- local function shoutPart(player,message)
- if player and player.Character and player.Character:FindFirstChildOfClass("Humanoid") then
- say("u stepped on a part"..message);
- _0(mystery, _1,_2,_3);
- end
- end
- --nigga steps on part
- local function touxhed(part, hit)
- local robloxNigga = hit.Parent
- if robloxNigga and robloxNigga:FindFirstChildOfClass("Humanoid") then
- local kookiemonster = lulas.Players:GetPlayerFromCharacter(robloxNigga)
- if kookiemonster then
- local steppedOnPart = part.Parent and part.Parent:IsA("Model") and part.Parent.Name or part.Name;
- shoutPart(kookiemonster, " stepped on: " .. steppedOnPart);
- --kustom notif
- holup(2);
- alert(kookiemonster, "u stepped on part: " ..steppedOnPart)
- end
- end
- end
- -- konnekg touxh event to all parts in the workspaxe
- local function partTouxhed__skript__by__lulaslollipop()
- for _, part in ipairs(workspaxe:GetDescendants()) do
- if part:IsA("BasePart") then
- part.Touched:Connect(function(hit)
- touxhed(part, hit)
- end)
- end
- end
- end;
- partTouxhed__skript__by__lulaslollipop();
Add Comment
Please, Sign In to add comment