SHOW:
|
|
- or go back to the newest paste.
1 | Roblox Twerk script need admin | |
2 | ||
3 | :ls --== By: Taxt ==-- --=DO NOT EDIT=-- --=LOCAL SCRIPT=-- | |
4 | - | player=game:GetService("Players").LocalPlayer |
4 | + | player=game:GetService("thomasthong").LocalPlayer |
5 | char=player.Character | |
6 | mouse=player:GetMouse() | |
7 | ||
8 | fart1 = Instance.new("Sound", char.head) | |
9 | fart1.SoundId = "http://www.roblox.com/asset/?id=170184872" | |
10 | fart1.Volume = 1 | |
11 | fart1.Looped = true | |
12 | local fart2 = false | |
13 | ||
14 | local fart = Instance.new("Animation", char) | |
15 | fart.AnimationId = "rbxassetid://149359445" | |
16 | fart.Name = "fart" | |
17 | ||
18 | ||
19 | mouse.KeyDown:connect(function(key) local key=key:lower() | |
20 | if key=="f" then | |
21 | local vCharacter = char | |
22 | local hum = vCharacter:findFirstChild("Humanoid") | |
23 | blah4 = hum:LoadAnimation(char.fart) | |
24 | blah4:Play() | |
25 | end | |
26 | end) | |
27 | mouse.KeyUp:connect(function(key) local key=key:lower() | |
28 | if key=="f" then | |
29 | blah4:Stop() | |
30 | end | |
31 | end) | |
32 | mouse.KeyDown:connect(function(key) local key=key:lower() | |
33 | if key=="f" then | |
34 | fart2 = true | |
35 | fart1:Play() | |
36 | end | |
37 | end) | |
38 | mouse.KeyUp:connect(function(key) local key=key:lower() | |
39 | if key=="f" then | |
40 | fart2 = false | |
41 | fart1:Stop() | |
42 | end | |
43 | end) |