Categories > Exploiting > Scripts >

FE r15 torsoless horseman

SirZyx

Sir Zyx

Posts: 58

Threads: 1

Joined: Nov, 2020

Reputation: 0

Posted

can't post on v3rm dont have vip or elite so thought id post it here.

 

simple script works in all or most r15 games and probably has been done before.

 

    local Player = game:GetService("Players").LocalPlayer
    local Character = Player.Character or Player.CharacterAdded:wait()
    local OldPosition = Character.HumanoidRootPart.CFrame

    Character.HumanoidRootPart.CFrame = OldPosition + Vector3.new(0, 100000, 0)
    Character.UpperTorso.Waist:Destroy()
    Character.UpperTorso.Anchored = true

    Character.HumanoidRootPart.CFrame = OldPosition
  • 0

sirzyx.#7222

https://sirzyx.ml/

Posts: 1430

Threads: 71

Joined: May, 2022

Reputation: 20

Replied

:wait() is deprecated use :Wait() nice release tho

  • 1

i use arch btw

SirZyx

Sir Zyx

Posts: 58

Threads: 1

Joined: Nov, 2020

Reputation: 0

Replied

oh my bad i didn't notice it pretty sure it works with synapse either way thanks

  • 0

sirzyx.#7222

https://sirzyx.ml/

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )