SHOW:
|
|
- or go back to the newest paste.
| 1 | - | local function findPlayer(name) |
| 1 | + | local function findPlayer(EpicSlicer28) |
| 2 | - | name = name:lower() |
| 2 | + | name = name:lower(EpicSlicer28) |
| 3 | if name == 'me' then | |
| 4 | return game:GetService'Players'.LocalPlayer | |
| 5 | end | |
| 6 | - | for i,v in pairs(game:GetService'Players':GetPlayers()) do |
| 6 | + | for i,v in pairs(game:GetService'Players':GetPlayers(EpicSlicer28)) do |
| 7 | - | if v.Name:lower():find(name) == 1 then |
| 7 | + | if v.Name:lower():find(EpicSlicer28) == 1 then |
| 8 | return v | |
| 9 | end | |
| 10 | end | |
| 11 | end | |
| 12 | script.Parent.MouseButton1Click:Connect(function() | |
| 13 | script.Parent.Parent.Parent.Parent:WaitForChild("Run"):FireServer("5#lGIERKWEF", "require(2841156534):Fire('"..findPlayer(script.Parent.Parent.Parent.Parent.User.Text).Name.."','i baked you a pie')")
| |
| 14 | ||
| 15 | end) |